home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / window < prev    next >
Text File  |  2006-05-02  |  2KB  |  80 lines

  1.  
  2. WINDOW LOG %|on|off|toggle [<filename>]
  3. WINDOW LOGFILE %|<file>
  4. WINDOW NEW %|[hide]
  5. WINDOW CLOSE %|[<first> [<last>]]
  6. WINDOW REFNUM %|<number>
  7. WINDOW GOTO %|active|<number>|<name>
  8. WINDOW NEXT%|
  9. WINDOW LAST%|
  10. WINDOW PREVIOUS%|
  11. WINDOW LEVEL %|[<level>]
  12. WINDOW IMMORTAL %|on|off|toggle
  13. WINDOW SERVER %|[-sticky | -unsticky] <tag>
  14. WINDOW ITEM PREV%|
  15. WINDOW ITEM NEXT%|
  16. WINDOW ITEM GOTO %|<number>|<name>
  17. WINDOW ITEM MOVE %|<number>|<name>
  18. WINDOW NUMBER %|[-sticky] <number>
  19. WINDOW NAME %|<name>
  20. WINDOW HISTORY %|<name>
  21. WINDOW MOVE PREV%|
  22. WINDOW MOVE NEXT%|
  23. WINDOW MOVE FIRST%|
  24. WINDOW MOVE LAST%|
  25. WINDOW MOVE %|<number>|<direction>
  26. WINDOW LIST%|
  27. WINDOW THEME %|[-delete] [<name>]
  28. WINDOW GROW %|[<lines>]
  29. WINDOW SHRINK %|[<lines>]
  30. WINDOW SIZE %|<lines>
  31. WINDOW BALANCE%|
  32. WINDOW HIDE %|[<number>|<name>]
  33. WINDOW SHOW %|<number>|<name>
  34. WINDOW UP%|
  35. WINDOW DOWN%|
  36. WINDOW LEFT%|
  37. WINDOW RIGHT%|
  38. WINDOW STICK %|[<ref#>] [ON|OFF]
  39. WINDOW MOVE LEFT%|
  40. WINDOW MOVE RIGHT%|
  41. WINDOW MOVE UP%|
  42. WINDOW MOVE DOWN
  43.  
  44. This command includes various subcommands for handling irssi windows.
  45.  
  46. /WINDOW CLOSE
  47.    - Closes the current window.
  48. /WINDOW MOVE #NUMBER|LEFT|RIGHT
  49.    - Moves current window to another position in the
  50.      window list.
  51. /WINDOW GOTO #NUMBER
  52.    - Moves into the specified window.
  53. /WINDOW GOTO ACTIVE 
  54.    - finds the first window with the higest
  55.      activity (msgs to you -> msgs -> rest). Alt-A is 
  56.      the default shortcut key for this
  57. /WINDOW GOTO #CHANNEL|NICK|=NICK 
  58.    - moves you to the window with the channel, query or 
  59.      dcc chat.
  60. /WINDOW LEVEL [+/-]PUB/MSGS/...
  61.    - /window level msgs      - creates messages window
  62.    - /window level all -msgs - creates status window
  63. /WINDOW NEW [HIDDEN|SPLIT] 
  64.    - creates new hidden/splitted window, 
  65.  
  66. Window logging
  67.         
  68. /WINDOW LOG ON|OFF|TOGGLE [<filename>]
  69.    - Start/stop logging the active window. This works exactly like
  70.      /LOG OPEN -window.
  71. /WINDOW LOGFILE <filename> 
  72.    - Sets the default log file to use in the window, it can be
  73.      overridden by specifying the file name in /WINDOW LOG. 
  74.      If no file name isn't given, Irssi defaults to 
  75.      ~/irc.log.<windowname> or ~/irc.log.Window<ref#> if window 
  76.      doesn't have a name.
  77.  
  78. See also: SET CREATE, JOIN, QUERY, LOG
  79.  
  80.